home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / Solitaire / Sources / Pyramid / localstrings.h < prev    next >
Text File  |  1994-01-17  |  704b  |  18 lines

  1. /* indent:4  tabsize:8  font:fixed-width */
  2.  
  3. /* localized strings for Pyramid.solitaire */
  4.  
  5. #define LOCALIZED_GAME_NAME \
  6. NXLocalizedString("Pyramid", "Pyramid", Convert name of bundle to name displayed in the game selection browser)
  7.  
  8. #define LOCALIZED_TURN_MATCH \
  9. NXLocalizedString("The card just turned up and the card on the waste pile add to 13.", NULL, like it says)
  10.  
  11. #define LOCALIZED_LEAVE_ON_WASTE \
  12. NXLocalizedString("Leave them on the waste pile.", NULL, option in above panel)
  13.  
  14. #define LOCALIZED_REMOVE_THEM \
  15. NXLocalizedString("Discard them.", NULL, second option)
  16.  
  17. #define LOCALIZED_NO_FLIP \
  18. NXLocalizedString("Only two redeals are allowed.", NULL, user tried to flip deck more than twice)